Metadata-Version: 2.1
Name: CRO Tax Debtors
Version: 0.3.0
Summary: List of Croatian tax debtors
Home-page: https://github.com/arrrlo/CRO-Tax-Debtors
Author: Ivan Arar
Author-email: ivan.arar@gmail.com
License: MIT
Project-URL: Source, https://github.com/arrrlo/CRO-Tax-Debtors
Description: <h1>Cro Tax Debtors</h1>
        
        [![PyPI version](https://badge.fury.io/py/CRO-Tax-Debtors.svg)](https://badge.fury.io/py/CRO-Tax-Debtors)
        
        <p>Parse and search data from Croatian Tax Debtors website.</p>
        
        <h2>Installation</h2>
        
        
        ```
        pip install cro-tax-debtors
        ```
        
        <h2>CLI</h2>
        
        ```
        Usage: crotaxdebtors [OPTIONS] COMMAND [ARGS]...
        
        Options:
          --help  Show this message and exit.
        
        Commands:
          find
          parse
        ```
        
        <p>Parse data from website:</p>
        
        ```
        Usage: crotaxdebtors parse [OPTIONS]
        
        Options:
          -p, --print_in_terminal  Print in terminal
          --help                   Show this message and exit.
        ```
        
        <p>Search through scraped data:</p>
        
        ```
        Usage: crotaxdebtors find [OPTIONS]
        
        Options:
          -n, --name TEXT  Name of the debtor
          --help           Show this message and exit.
        ```
        
        <p>Delete all data:</p>
        
        ```
        Usage: crotaxdebtors delete [OPTIONS]
        
        Options:
          --help           Show this message and exit.
        ```
        
Keywords: croatia,tax,debt
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
